home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_498 / zoomdaemon / source / zoom-main.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  825b  |  35 lines

  1. #define INTUITION_PREFERENCES_H             /* don't need 'em */
  2. #define INTUITIONPRIVATE                    /* need access to image data */
  3. #include <intuition/intuitionbase.h>
  4. #include <exec/interrupts.h>
  5. #include <devices/input.h>
  6. #include <libraries/dos.h>
  7.  
  8. #define PROGRAM         "Zoom-Daemon"
  9. #define LOADVERS        3
  10.  
  11. #define MINHMAJVERS     1
  12. #define MINHMINVERS     4
  13.  
  14. #define HANDLERCODE     "L:Zoom-Handler"        /* the handler file */
  15.  
  16.  
  17. #define INTUITION_REV       0L
  18. #define EXIT_OK             RETURN_OK
  19. #define EXIT_ERROR          RETURN_ERROR
  20.  
  21. extern struct IntuitionBase *IntuitionBase;
  22.  
  23. /*
  24.  *  Offset values used by SetFunction
  25.  */
  26.  
  27. extern long LVOOpenWindow;
  28. extern long LVOCloseWindow;
  29. extern long LVOAddGadget;
  30. extern long LVOAddGList;
  31.  
  32.  
  33. extern long SetFunction();
  34. extern struct MsgPort *FindPort();
  35.